/*样式清除*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	box-sizing: border-box;

}
/* 公共样式中的默认超链接 */
a{
	text-decoration:none;color: #666666; cursor: pointer;
}
a:hover {
	text-decoration: none;
}
body{
	font-size:12px;font-family:'Microsoft YaHei';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/*查询样式*/
.dz_content{
	width: 1230px; height:auto; margin: 0 auto; font-size: 14px; color: #000000;
}
.dz_searchDiv{
	margin-bottom: 30px;
}
img {
    width: 100%;
}
.dz_left,.dz_right{
	display: inline-block;
}
.dz_div1{
	width: 280px; height: 40px;line-height: 40px;
}
.dz_label{
	display: inline-block; width: 140px; text-align: right; font-size: 14px;
}
.dz_sels1{
	width: 116px; height: 30px; line-height: 30px;
}
.dz_right{
	vertical-align: top; width: 938px; height: 82px; line-height: 82px;
}
.dz_sels2{
	width: 200px; height: 50px; line-height: 50px;
}
.dz_div2{
 margin:10px
}
.dz_showDiv_right_divs{
 display:none
}
.dz_btn{
	display: inline-block; text-align: center; font-size: 16px; border: none; width: 120px; height: 40px; line-height: 40px;
	background: rgb(255, 0, 0); color: #ffffff; border-radius: 5px; cursor: pointer;
      
;
}


/*input框样式*/
.dz_input{
	display: inline-block; border: 1px solid #ccc; line-height: 34px;
    padding-left:5px; width: 310px; border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.dz_input:focus{
    border-color: #66afe9; outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
input::-webkit-input-placeholder {
       font-size: 12px;
}

/*遮罩层*/
.zzc{
    position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.7);  z-index: 10;
    display: none;
}
/*提示框样式*/
.dz_up_tips{
    position: fixed; top: 30%; left: 50%; background: #ffffff; opacity: 0.9;
    text-align: center; font-size: 16px;  z-index: 100; margin-left: -250px;
    display: none;
}
.dz_close{
    margin: 10px; cursor: pointer; width: 80px; line-height: 30px; background: rgb(237,53,53); border: none; color: #ffffff;
}
.dz_up_tips_p{
    width: 500px; height: 130px; line-height: 40px; font-weight: normal; color: rgb(237,53,53);
    display: flex;  justify-content: center; align-items: center; font-weight: 600;
}

@media only screen and (max-width: 768px){/*小屏*/
    .dz_content{
        width: 10.7rem;
    }
	/* 响应式提示框 */
	.dz_up_tips{
		margin-left: -4rem;
	}
    .dz_up_tips_p{
        width: 8rem;
    }
}
@media only screen and (min-width: 769px){/*大屏*/

}
@media only screen and (max-width: 1024px) and (min-width: 769px){/*中屏*/
    .dz_content{
        width: 10.7rem;
    }
	/* .dz_left,.dz_right{
		width: 10.7rem;
	}
	.dz_div1{
		width: 100%
	}
	.dz_sels1{
		width: 3rem;
	} */
	/* 响应式提示框 */
	.dz_up_tips{
		margin-left: -4rem;
	}
    .dz_up_tips_p{
        width: 8rem;
    }
}
